From 6bc0c933b998299b15d474af53c096ad970a0477 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Fri, 9 Nov 2018 23:56:38 +0100 Subject: [PATCH] release 0.1.60 --- NEWS | 3 +++ configure.ac | 2 +- meson.build | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 0d1eac9..3cddd1b 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,9 @@ The NEWS file in the babl source tree is the source location for the news section both in the README and the webpage. --> +2018-10-05 babl-0.1.60
+Improved thread safety, acceleration for R'G'B'A u8 -> cairo-ARGB32 conversion. +
2018-10-05 babl-0.1.58
Preserve color of transparent pixels in conversion to premultiplied alpha, Added single precision code-paths for faster fallback/reference conversions. diff --git a/configure.ac b/configure.ac index e9cce3e..274ea1d 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ AC_PREREQ(2.54) m4_define([babl_major_version], [0]) m4_define([babl_minor_version], [1]) -m4_define([babl_micro_version], [59]) +m4_define([babl_micro_version], [60]) m4_define([babl_real_version], [babl_major_version.babl_minor_version.babl_micro_version]) m4_define([babl_version], [babl_real_version]) diff --git a/meson.build b/meson.build index 9b23f13..01bdcc1 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('babl', 'c', license: 'LGPL3+', - version: '0.1.59', + version: '0.1.60', meson_version: '>=0.40.0', default_options: [ 'libdir=lib', -- 2.30.2